]>
Commit | Line | Data |
---|---|---|
427c49bc A |
1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
3 | <plist version="1.0"> | |
4 | <dict> | |
5 | <key>Label</key> | |
6 | <string>com.apple.security.keychain-circle-notification</string> | |
fa7225c8 A |
7 | <key>EnablePressuredExit</key> |
8 | <true/> | |
9 | <key>LimitLoadToSessionType</key> | |
10 | <string>Aqua</string> | |
427c49bc A |
11 | <key>LaunchEvents</key> |
12 | <dict> | |
13 | <key>com.apple.notifyd.matching</key> | |
14 | <dict> | |
866f8763 A |
15 | <key>kPublicKeyAvailable</key> |
16 | <dict> | |
17 | <key>Notification</key> | |
18 | <string>com.apple.security.publickeyavailable</string> | |
19 | </dict> | |
6b200bc3 A |
20 | <key>kPublicKeyNotAvailable</key> |
21 | <dict> | |
22 | <key>Notification</key> | |
23 | <string>com.apple.security.publickeynotavailable</string> | |
24 | </dict> | |
427c49bc A |
25 | <key>tick</key> |
26 | <dict> | |
27 | <key>Notification</key> | |
28 | <string>com.apple.security.tick</string> | |
29 | </dict> | |
427c49bc A |
30 | <key>kSOSCCCircleChangedNotification</key> |
31 | <dict> | |
32 | <key>Notification</key> | |
33 | <string>com.apple.security.secureobjectsync.circlechanged</string> | |
34 | </dict> | |
35 | </dict> | |
36 | </dict> | |
37 | <key>ProgramArguments</key> | |
38 | <array> | |
39 | <string>/System/Library/CoreServices/Keychain Circle Notification.app/Contents/MacOS/Keychain Circle Notification</string> | |
40 | </array> | |
41 | </dict> | |
42 | </plist> |